In order to do that change without any hack of HikaShop you will have to do that:
Copy the file plugins/hikashoppayment/paypal_end.php to templates/YOUR_TEMPLATE/hikashoppayment/paypal_end.php via FTP.
Edit the file templates/YOUR_TEMPLATE/hikashoppayment/paypal_end.php and change the line:
<form id="hikashop_paypal_form" name="hikashop_paypal_form" action="<?php echo $method->payment_params->url;?>" method="post">
to:
<form id="hikashop_paypal_form" name="hikashop_paypal_form" action="<?php echo $method->payment_params->url;?>" method="post" target="_blank">