Hello Linda,
Overall it is possible. You will need to use remove_action to get rid of both calendar and booking from from single accommodation type pages, then create a copy of theme single.php file located in your theme directory and rename it to single-mphb_room_type.php. In the copied file find the the_content(); part and add the following code before it:
echo do_shortcode('[mphb_availability_calendar]');
echo do_shortcode('[mphb_availability]');
This should work.
Regards,
Andre