// You can save original $wp_filter
remove_action('parse_query', 'Tribe__Events__Query::parse_query', 50);
remove_action('parse_query', 'Tribe__Events__Query::filter_and_order_by_date', 1000);

// Run your query
$query = new WP Query()

// Reinstate the parse_query filters here in case you need it later on