Hello @zielonek252,
Technically it is possible, but would require custom development and adjustment on one of the plugins. You can find some plugin’s methods you can use to get pricing rules:
$pricing_rules = \TierPricingTable\PriceManager::getPriceRules($product_id);
$priceForSpecificQuantity = \TierPricingTable\PriceManager::getPriceByRules($quantity, $product_id);
If you’re not familiar with code, there is a great service to find a professional WP developer who will help you implement your requirements: https//codeable.io
I hope this helps.