awk print fields to multiple files?

I am trying to print the output of a command to two separate files. Is it possible to use awk to print $1 to one file and $2 to another file?

Thanks in advance!

See Redirecting Output of print and printf