can i fetch a custom metabox data in another page or post type?

Outside the loop you can use this:

global $post;
$headabouttitle1 = get_post_meta($post->ID, 'head_title1', true);