Timer drives timer

Hello,
i want to divide an actual timer. My idea is to create a timer B, which is driven by timer A (the one i have now).

I am using an Arduino due , but i know if it is possible to make a cascade of Timers.

Can someone help me ?

TY

An example sketch with chained timers:

https://forum.arduino.cc/index.php?topic=531944.0

Thank you very much, I actually did not know it was called chained timer...

Thanks