@ajay_wavicle - in that case, you willhave to do it from a notebook using dbutils command.
Map the new storage account as an external location to be accessed by old workspace.
Then use dbutils.fs.cp like below with a recursive true option.
dbutils.fs.cp("dbfs:/user/hive/warehouse/old_table/", "abfss://container@new_storage.dfs.core.windows.net/new_table/", recurse=True)
RG #Driving Business Outcomes with Data Intelligence