Can we start one sequence onto the driver while it is driving another sequence?

In reply to Srinadh:

Sequences are started on a sequencer, not a driver.

Read the UVM Cookbook section on sequences which explains how to start multiple sequences on the same sequencer. You also want to understand the various arbitration methods as this affects how simultaneous sequences are scheduled by the sequencer.