Use store sequence transaction in fetch sequence

Hi everyone.
I’m trying to learn UVM and in my first project I want to use 2 sequences in 1 main sequence.
basic sequences are “Store” and “Fetch” and the main sequence is “Store_Fetch”.
in “Store_Fetch” I want to randomize “Store” and then fetch from the randomized address of “Store” sequence.
How can I get the value of Store address in main sequence?

In reply to Ahmad Reza:

You want to use a virtual sequence to coordinate the data between your two sequences.