Sure, you want to use let rec ... and ....
let rec func1 xs = map func2 xsand func2 ys = map func1 ys
N.B. This code will have a type error but that's a different issue.