Rotating refresh token with multiple application/thread

I am facing problem while consuming the api by multiple threads/applications,

I can see the in reuse interval of 10 minutes breach detection is disabled and both RT1 and RT2 are woking fine.
but the problem is when 5 threads using RT1 and gets 5 different tokens i.e. RT2.1, RT2.2, … RT2.5 because RT1 is still works as its in a reuse interval

and after the reuse interval expire only the latest one between RT2.1, RT2.2, … RT2.5 will valid.

Is there any way to identify which is the latest and valid refresh token when multiple RT generated during reuse interval?