Yes it is possible, it is generally done by someone who knows both and can read through the queries etc and convert them where necessary
If you are able to export your postgre to a standard sql dump, then you may be able to import it into mysql without much editing. Sometimes it is necessary to alter the insert statements or data types, but usually this is the best way to do it.