A table can have any number of foreign keys. In fact, a special type of table known as a bridge table (aka, bridge entity, composite entity) will contain multiple foreign keys as a way to represent complex relationships between the parent tables.
Table tblC is a bridge table that represents the M:N relationship between tblA and tblB. Table tblC has two foreign keys: AID and BID.