PHP Form Question

I’m doing a site and it will contain 2 email forms. One for regular email and other for people to write a testimony. I already have the regular email set with a php file named email. Is it possible for me to create another php file named email2 so that each email goes to a different address without any conflict between the php files?