I am using Advanced Post Types Order by nsp code..its an easy way to move posts around rather than rely on dates. There is a conflict with your plugin however that prevents it from working. The developer found a fix. Maybe it can be integrated into an update some time?
This appears to be an issue caused by a bug within The Events Calendar PRO, at /events-calendar-pro\src\Tribe\Recurrence\Queries.php line 29, the line
if ( empty( $query->tribe_is_event ) && empty( $query->tribe_is_multi_posttype ) ) {
should be
if ( empty( $query->tribe_is_event ) || empty( $query->tribe_is_multi_posttype ) ) {