Zend certified PHP/Magento developer

How to update the shipping price by a % of the subtotal quote

In Magento 2.3, I need to replace the price of the shipping methods with a % based on the quote total. This % is fixed by country.

I thought about overriding the MagentoShippingModelShipping::collectCarrierRates method but I’m not sure.

Which model/method do you think I should override?

Thank you for any help