How to access 2 different memory in uvm ral with same offset?

Hi Sir,
I am trying to read 2 different memory via UVM_BACKDOOR at same time on same address?
Path of both memory is different but both have same offset .

Below is my code . Please guide me if i am missing something.
uvm_hdl_read({m_ram_paths[i],“[”,ram_addr,“]”}, rw.value[0]));

How i set path for both memory during uvm_hdl_read ?

Regards
Kuldeep