Reduce the time between 2 sequences

Hello, I have a scenario where i should send two sequences with delay of 38.4ns between these 2 sequences, But i noticed that when i start the 2 sequences i have a delay of 2 us by default.
So plz anyone have an idea of how to reduce this delay because i cant set my delay as the delay between the 2 sequences bigger than the delay that i want to set.

In reply to mohamad.abbass32:

The sequences do not know about time. They know only the order. The time is introduced in the driver. If the 2 sequences belong to the same sequencer you can introduce the time you need. If you need a realtime you have to implement his. In most cases this is done by using clock cycles.