How to drive multiple sequences in parallel

I have multiple sequences and collecting all of them in the driver. Now how can i drive all of these collected sequences at once to DUT.

In reply to Kirankumar V Hiremath:
You cannot drive any sequence to THE DUT. You can use seq_items generated from a sequence and use the data in there to drive using an interface protocol certain data.

Using Fork-join you can start multiple sequences at the same time.

Create a sequence and start all your sequences which you want to run at the same time.