Copy data from one flash memory and transmit it to another flash memory.

I need to copy data from the Winbond 25Q32FVISG1522 memory and transfer this data to the MxIc memory Mx25L3206E. How can I do this through Arduino? The two memories have different pages, but the reading and writing can be done bit by bit, solving the problem. Could you help me with this code and hardware? Thanks.

How are those chips mounted - are each on a separate PCB?.
Have you already connected them to an Arduino?

Pete