Hi Neeraj,
I have used the script mention by Andrew and modified it little bit. Just load the script in CIW and select the Metal layer you want to copy and hit Ctrl+t. I have used only 3 metal ie M0, M1 and M2.
procedure(metalStackUP()
let((newPath MBL)
x=css()
MBL=x~>layerName
if( MBL == "M0" then y="M1"
else
y="M2"))
newPath=dbCopyFig(x nil list(0:0 "R0"))
newPath~>layerName=y
)
hiSetBindKey("Layout" "Ctrl<key>T" "metalStackUP()")