How to display home page last modified date in anywhere of wordpress theme?

You can use the_modified_time( $format ) in the loop, where $format is the PHP date/time format. If left empty it’ll show in the format from your site settings.