Hi,
Anything is possible but it will require PHP modifications of the different areas you want to change.
However, the simplest will be to just force the prices with taxes on the product page and the listings.
For that, you can edit the file listing_price of the view product via the menu Display>Views and add such code at the top:
<?php $this->params->set('price_with_tax', 1); ?>
That way, you can keep the “Show taxed prices” setting turned off under the Taxes section of the HikaShop configuration.