Sure.
UNLOAD can export multiple tables, at least on z/OS (mainframe).
The exported file will typically have a first column which identifies the table.
LOAD can be asked to load only rows that satisfy a certain condition, e.g., have a certain value in the first column.
Don't know about EXPORT but I guess that there will be similar possibilities; check the syntax documentation.