Call a function n milliseconds later

Hello all,

I know that future calls of methods is possible with call_delay or call_timer methods. However, tiniest time interval is 1 second.
Is it possible to call a method below 1 second, such as 200ms?

Thank you,