<?php echo get_field('my_field_name', 123); ?>
This will echo the value of "my_field_name" from the post with 123 as its ID.