Hello Tim,
Thanks for getting back in touch!
I believe this is the file for which you need to do a template override:
wp-content\plugins\events-calendar-pro\src\views\pro\single-venue.php
Lines 102-109 are the ones handling the upcoming events. That is what you likely need to move to a new position.
If that doesn’t do it, then my hunch is the additional fields use the hook on line 103:
<?php do_action( 'tribe_events_single_venue_before_upcoming_events' ) ?>
If that is the case, then simply move this line below the upcoming events (line 107).
Does this help?
Cheers,
Andras