<?php set_query_var( 'passed_var', $my_var ); get_template_part( 'foo', 'bar' ); ?>
Access it in foo-bar.php
foo-bar.php
<?php echo $passed_var; ?>